home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Abakt 0.9.1 / abakt-0.9.1.exe / Abakt.exe / 0 / RCDATA / TFRAMEDESTINATION / TFRAMEDESTINATION.txt
Text File  |  2005-04-18  |  5KB  |  205 lines

  1. object FrameDestination: TFrameDestination
  2.   Left = 0
  3.   Top = 0
  4.   Width = 580
  5.   Height = 338
  6.   AutoScroll = False
  7.   TabOrder = 0
  8.   object ScrollBox_Dest: TScrollBox
  9.     Left = 0
  10.     Top = 0
  11.     Width = 580
  12.     Height = 338
  13.     Align = alClient
  14.     TabOrder = 0
  15.     object gbx_Name: TGroupBox
  16.       Left = 0
  17.       Top = 103
  18.       Width = 576
  19.       Height = 130
  20.       Align = alTop
  21.       Caption = 'Name'
  22.       TabOrder = 2
  23.       DesignSize = (
  24.         576
  25.         130)
  26.       object Label29: TLabel
  27.         Left = 8
  28.         Top = 42
  29.         Width = 44
  30.         Height = 13
  31.         Caption = 'Te&mplate'
  32.         FocusControl = ed_NameTemplate
  33.       end
  34.       object Label32: TLabel
  35.         Left = 8
  36.         Top = 17
  37.         Width = 38
  38.         Height = 13
  39.         Caption = 'Preview'
  40.       end
  41.       object Label34: TLabel
  42.         Left = 64
  43.         Top = 70
  44.         Width = 45
  45.         Height = 13
  46.         Alignment = taRightJustify
  47.         Caption = 'Examples'
  48.         Font.Charset = DEFAULT_CHARSET
  49.         Font.Color = clWindowText
  50.         Font.Height = -11
  51.         Font.Name = 'MS Sans Serif'
  52.         Font.Style = []
  53.         ParentFont = False
  54.       end
  55.       object lbl_AppendExtension: TLabel
  56.         Left = 26
  57.         Top = 111
  58.         Width = 108
  59.         Height = 13
  60.         Caption = 'AUTO_TRANSLATED'
  61.         Font.Charset = DEFAULT_CHARSET
  62.         Font.Color = clNavy
  63.         Font.Height = -11
  64.         Font.Name = 'MS Sans Serif'
  65.         Font.Style = []
  66.         ParentFont = False
  67.       end
  68.       object ed_NameTemplate: TEdit
  69.         Left = 120
  70.         Top = 39
  71.         Width = 446
  72.         Height = 21
  73.         Anchors = [akLeft, akTop, akRight]
  74.         AutoSize = False
  75.         BevelEdges = [beLeft, beTop, beRight]
  76.         TabOrder = 1
  77.         OnChange = ed_NameTemplateChange
  78.       end
  79.       object ed_FormattedTextPreview: TEdit
  80.         Left = 120
  81.         Top = 15
  82.         Width = 446
  83.         Height = 18
  84.         TabStop = False
  85.         Anchors = [akLeft, akTop, akRight]
  86.         AutoSize = False
  87.         BevelKind = bkFlat
  88.         BorderStyle = bsNone
  89.         Color = clSilver
  90.         Ctl3D = True
  91.         ParentCtl3D = False
  92.         ReadOnly = True
  93.         TabOrder = 0
  94.       end
  95.       object cb_AppendExtension: TCheckBox
  96.         Left = 8
  97.         Top = 92
  98.         Width = 129
  99.         Height = 17
  100.         Caption = 'Append Exten&sion'
  101.         Checked = True
  102.         State = cbChecked
  103.         TabOrder = 3
  104.       end
  105.       object cmbx_NameTemplateExamples: TComboBox
  106.         Left = 120
  107.         Top = 66
  108.         Width = 361
  109.         Height = 21
  110.         Style = csDropDownList
  111.         ItemHeight = 13
  112.         TabOrder = 2
  113.         OnSelect = cmbx_NameTemplateExamplesSelect
  114.         Items.Strings = (
  115.           'Choose...'
  116.           '<Name>'
  117.           '<Name>-MyText'
  118.           '<Name>-BAK-<Date>'
  119.           '<Name>-<Date>-<ArchiveMode>'
  120.           '<Name>-<Date@Time>'
  121.           'Backup of Profile <Name>, made on <Day, Date>')
  122.       end
  123.     end
  124.     object pnl_Descr_Destination: TPanel
  125.       Left = 0
  126.       Top = 0
  127.       Width = 576
  128.       Height = 20
  129.       Align = alTop
  130.       BevelInner = bvRaised
  131.       BevelOuter = bvLowered
  132.       TabOrder = 0
  133.       object Label15: TLabel
  134.         Left = 8
  135.         Top = 3
  136.         Width = 224
  137.         Height = 13
  138.         Caption = 'Specify the Destination directory and (file)name.'
  139.         Font.Charset = DEFAULT_CHARSET
  140.         Font.Color = clMaroon
  141.         Font.Height = -11
  142.         Font.Name = 'MS Sans Serif'
  143.         Font.Style = []
  144.         ParentFont = False
  145.       end
  146.     end
  147.     object gbx_Directory: TGroupBox
  148.       Left = 0
  149.       Top = 20
  150.       Width = 576
  151.       Height = 83
  152.       Align = alTop
  153.       Caption = 'Directory'
  154.       TabOrder = 1
  155.       DesignSize = (
  156.         576
  157.         83)
  158.       object lbl_AutoCreateDir: TLabel
  159.         Left = 26
  160.         Top = 64
  161.         Width = 108
  162.         Height = 13
  163.         Caption = 'AUTO_TRANSLATED'
  164.         Font.Charset = DEFAULT_CHARSET
  165.         Font.Color = clNavy
  166.         Font.Height = -11
  167.         Font.Name = 'MS Sans Serif'
  168.         Font.Style = []
  169.         ParentFont = False
  170.       end
  171.       object bt_BrowseDir: TButton
  172.         Left = 8
  173.         Top = 19
  174.         Width = 105
  175.         Height = 22
  176.         Caption = '&Browse'
  177.         TabOrder = 0
  178.         OnClick = bt_BrowseDirClick
  179.       end
  180.       object ed_DestDir: TEdit
  181.         Left = 120
  182.         Top = 20
  183.         Width = 446
  184.         Height = 21
  185.         Anchors = [akLeft, akTop, akRight]
  186.         AutoSize = False
  187.         BevelEdges = [beLeft, beTop, beRight]
  188.         TabOrder = 1
  189.         OnChange = SetProfileModified
  190.       end
  191.       object cb_AutoCreateDir: TCheckBox
  192.         Left = 8
  193.         Top = 46
  194.         Width = 177
  195.         Height = 17
  196.         Caption = 'Automatically &Create Directory'
  197.         Checked = True
  198.         State = cbChecked
  199.         TabOrder = 2
  200.         OnClick = SetProfileModified
  201.       end
  202.     end
  203.   end
  204. end
  205.